Html Css Color HEX #D688CF Orchid

📋 copy color: '#D688CF'

red 214 ◦ green 136 ◦ blue 207

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

Shades of Orchid #D688CF

Tints of Orchid #D688CF

RGB

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

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

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

R = 38.42%
G = 24.42%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D688CF (or 0xD688CF) is known color: Orchid. HEX triplet: D6, 88 and CF. RGB value is (214,136,207). Sum of RGB (Red+Green+Blue) = 214+136+207=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D688CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688CF is #297730. Grayscale: #A7A7A7. Windows color (decimal): -2717489 or 13600982. OLE color: 13600982.

HSL color Cylindrical-coordinate representation of color #D688CF: hue angle of 305.38º 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 #D688CF is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 136 207 -
CMYK 0 0.36 0.03 0.16
HSL 305.38º 0.49% 0.69% -
HSV(B) 305.38º 0.36% 0.84% -
XYZ 47.8 36.41 63.54 -
YUV 167.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 214 136 207 0 0.36 0.03 0.16 305.38 0.49 0.69
Hex D6 88 CF 0 24 3 10 131 31 45
Octal 326 210 317 0 44 3 20 461 61 105
Binary 11010110 10001000 11001111 0 100100 11 10000 100110001 110001 1000101

Color Harmonies of #D688CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688CF

Black with #D688CF

Text Example


Text Example

White with #D688CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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