Html Css Color HEX #D662CB Orchid

📋 copy color: '#D662CB'

red 214 ◦ green 98 ◦ blue 203

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

Shades of Orchid #D662CB

Tints of Orchid #D662CB

RGB

 RED value IS 214 (83.98% from 255) = 41.55%

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

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 41.55%
G = 19.03%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D662CB (or 0xD662CB) is known color: Orchid. HEX triplet: D6, 62 and CB. RGB value is (214,98,203). Sum of RGB (Red+Green+Blue) = 214+98+203=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D662CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662CB is #299D34. Grayscale: #909090. Windows color (decimal): -2727221 or 13329110. OLE color: 13329110.

HSL color Cylindrical-coordinate representation of color #D662CB: hue angle of 305.69º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D662CB is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 98 203 -
CMYK 0 0.54 0.05 0.16
HSL 305.69º 0.59% 0.61% -
HSV(B) 305.69º 0.54% 0.84% -
XYZ 42.88 27.34 59.52 -
YUV 144.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 214 98 203 0 0.54 0.05 0.16 305.69 0.59 0.61
Hex D6 62 CB 0 36 5 10 132 3B 3D
Octal 326 142 313 0 66 5 20 462 73 75
Binary 11010110 1100010 11001011 0 110110 101 10000 100110010 111011 111101

Color Harmonies of #D662CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662CB

Black with #D662CB

Text Example


Text Example

White with #D662CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662CB; }

 p { color: rgb(214,98,203); }

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

background-color css

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

 a { background-color: rgb(214,98,203); }

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

border-color css

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

 span { border-color: rgb(214,98,203); }

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