Html Css Color HEX #D868CF Orchid

📋 copy color: '#D868CF'

red 216 ◦ green 104 ◦ blue 207

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

Shades of Orchid #D868CF

Tints of Orchid #D868CF

RGB

 RED value IS 216 (84.77% from 255) = 40.99%

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

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

R = 40.99%
G = 19.73%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D868CF (or 0xD868CF) is known color: Orchid. HEX triplet: D8, 68 and CF. RGB value is (216,104,207). Sum of RGB (Red+Green+Blue) = 216+104+207=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D868CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868CF is #279730. Grayscale: #949494. Windows color (decimal): -2594609 or 13592792. OLE color: 13592792.

HSL color Cylindrical-coordinate representation of color #D868CF: hue angle of 304.82º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D868CF is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 104 207 -
CMYK 0 0.52 0.04 0.15
HSL 304.82º 0.59% 0.63% -
HSV(B) 304.82º 0.52% 0.85% -
XYZ 44.53 29 62.28 -
YUV 149.23 160.61 175.62 -
System Red Green Blue C M Y K H S L
Decimal 216 104 207 0 0.52 0.04 0.15 304.82 0.59 0.63
Hex D8 68 CF 0 34 4 F 131 3B 3F
Octal 330 150 317 0 64 4 17 461 73 77
Binary 11011000 1101000 11001111 0 110100 100 1111 100110001 111011 111111

Color Harmonies of #D868CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D868CF

Black with #D868CF

Text Example


Text Example

White with #D868CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D868CF; }

 p { color: rgb(216,104,207); }

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

background-color css

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

 a { background-color: rgb(216,104,207); }

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

border-color css

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

 span { border-color: rgb(216,104,207); }

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