Html Css Color HEX #D688CB Orchid

📋 copy color: '#D688CB'

red 214 ◦ green 136 ◦ blue 203

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

Shades of Orchid #D688CB

Tints of Orchid #D688CB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.59%

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

R = 38.7%
G = 24.59%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D688CB (or 0xD688CB) is known color: Orchid. HEX triplet: D6, 88 and CB. RGB value is (214,136,203). Sum of RGB (Red+Green+Blue) = 214+136+203=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D688CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688CB is #297734. Grayscale: #A6A6A6. Windows color (decimal): -2717493 or 13338838. OLE color: 13338838.

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

Color convert

RGB 214 136 203 -
CMYK 0 0.36 0.05 0.16
HSL 308.46º 0.49% 0.69% -
HSV(B) 308.46º 0.36% 0.84% -
XYZ 47.32 36.22 61 -
YUV 166.96 148.34 161.55 -
System Red Green Blue C M Y K H S L
Decimal 214 136 203 0 0.36 0.05 0.16 308.46 0.49 0.69
Hex D6 88 CB 0 24 5 10 134 31 45
Octal 326 210 313 0 44 5 20 464 61 105
Binary 11010110 10001000 11001011 0 100100 101 10000 100110100 110001 1000101

Color Harmonies of #D688CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688CB

Black with #D688CB

Text Example


Text Example

White with #D688CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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