Html Css Color HEX #D867CF Orchid

📋 copy color: '#D867CF'

red 216 ◦ green 103 ◦ blue 207

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

Shades of Orchid #D867CF

Tints of Orchid #D867CF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.58%

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

R = 41.06%
G = 19.58%
B = 39.35%

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

#D867CF (or 0xD867CF) is known color: Orchid. HEX triplet: D8, 67 and CF. RGB value is (216,103,207). Sum of RGB (Red+Green+Blue) = 216+103+207=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D867CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867CF is #279830. Grayscale: #949494. Windows color (decimal): -2594865 or 13592536. OLE color: 13592536.

HSL color Cylindrical-coordinate representation of color #D867CF: hue angle of 304.78º 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 #D867CF is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 103 207 -
CMYK 0 0.52 0.04 0.15
HSL 304.78º 0.59% 0.63% -
HSV(B) 304.78º 0.52% 0.85% -
XYZ 44.43 28.8 62.25 -
YUV 148.64 160.94 176.04 -
System Red Green Blue C M Y K H S L
Decimal 216 103 207 0 0.52 0.04 0.15 304.78 0.59 0.63
Hex D8 67 CF 0 34 4 F 131 3B 3F
Octal 330 147 317 0 64 4 17 461 73 77
Binary 11011000 1100111 11001111 0 110100 100 1111 100110001 111011 111111

Color Harmonies of #D867CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D867CF

Black with #D867CF

Text Example


Text Example

White with #D867CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D867CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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