Html Css Color HEX #D668CB Orchid

📋 copy color: '#D668CB'

red 214 ◦ green 104 ◦ blue 203

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

Shades of Orchid #D668CB

Tints of Orchid #D668CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.96%

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

R = 41.07%
G = 19.96%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D668CB (or 0xD668CB) is known color: Orchid. HEX triplet: D6, 68 and CB. RGB value is (214,104,203). Sum of RGB (Red+Green+Blue) = 214+104+203=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D668CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668CB is #299734. Grayscale: #939393. Windows color (decimal): -2725685 or 13330646. OLE color: 13330646.

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

Color convert

RGB 214 104 203 -
CMYK 0 0.51 0.05 0.16
HSL 306º 0.57% 0.62% -
HSV(B) 306º 0.51% 0.84% -
XYZ 43.46 28.51 59.71 -
YUV 148.18 158.94 174.95 -
System Red Green Blue C M Y K H S L
Decimal 214 104 203 0 0.51 0.05 0.16 306 0.57 0.62
Hex D6 68 CB 0 33 5 10 132 39 3E
Octal 326 150 313 0 63 5 20 462 71 76
Binary 11010110 1101000 11001011 0 110011 101 10000 100110010 111001 111110

Color Harmonies of #D668CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668CB

Black with #D668CB

Text Example


Text Example

White with #D668CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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