Html Css Color HEX #D462CF Orchid

📋 copy color: '#D462CF'

red 212 ◦ green 98 ◦ blue 207

#D462CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D462CF

Tints of Orchid #D462CF

RGB

 RED value IS 212 (83.2% from 255) = 41.01%

 GREEN value IS 98 (38.67% from 255) = 18.96%

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 41.01%
G = 18.96%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D462CF (or 0xD462CF) is known color: Orchid. HEX triplet: D4, 62 and CF. RGB value is (212,98,207). Sum of RGB (Red+Green+Blue) = 212+98+207=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D462CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462CF is #2B9D30. Grayscale: #909090. Windows color (decimal): -2858289 or 13591252. OLE color: 13591252.

HSL color Cylindrical-coordinate representation of color #D462CF: hue angle of 302.63º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D462CF is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 98 207 -
CMYK 0 0.54 0.02 0.17
HSL 302.63º 0.57% 0.61% -
HSV(B) 302.63º 0.54% 0.83% -
XYZ 42.78 27.24 62.03 -
YUV 144.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 212 98 207 0 0.54 0.02 0.17 302.63 0.57 0.61
Hex D4 62 CF 0 36 2 11 12F 39 3D
Octal 324 142 317 0 66 2 21 457 71 75
Binary 11010100 1100010 11001111 0 110110 10 10001 100101111 111001 111101

Color Harmonies of #D462CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D462CF

Black with #D462CF

Text Example


Text Example

White with #D462CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D462CF; }

 p { color: rgb(212,98,207); }

 H1.HeaderClassName
 {
   color: #D462CF;
 }
 .AnyTagClassName
 {
   color: #D462CF;
 }
</style>

background-color css

<style>
 a { background-color: #D462CF; }

 a { background-color: rgb(212,98,207); }

 div.DivClassName
 {
   background-color: #D462CF;
 }
 .BgClassName
 {
   background-color: #D462CF;
 }
</style>

border-color css

<style>
 span { border-color: #D462CF; }

 span { border-color: rgb(212,98,207); }

 td.TdClassName
 {
   border-color: #D462CF;
 }
 .TagClassName
 {
   border-color: #D462CF;
 }
</style>