Html Css Color HEX #D867D4 Orchid

📋 copy color: '#D867D4'

red 216 ◦ green 103 ◦ blue 212

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

Shades of Orchid #D867D4

Tints of Orchid #D867D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.92%

R = 40.68%
G = 19.4%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D867D4 (or 0xD867D4) is known color: Orchid. HEX triplet: D8, 67 and D4. RGB value is (216,103,212). Sum of RGB (Red+Green+Blue) = 216+103+212=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D867D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867D4 is #27982B. Grayscale: #949494. Windows color (decimal): -2594860 or 13920216. OLE color: 13920216.

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

Color convert

RGB 216 103 212 -
CMYK 0 0.52 0.02 0.15
HSL 302.12º 0.59% 0.63% -
HSV(B) 302.12º 0.52% 0.85% -
XYZ 45.05 29.05 65.52 -
YUV 149.21 163.44 175.64 -
System Red Green Blue C M Y K H S L
Decimal 216 103 212 0 0.52 0.02 0.15 302.12 0.59 0.63
Hex D8 67 D4 0 34 2 F 12E 3B 3F
Octal 330 147 324 0 64 2 17 456 73 77
Binary 11011000 1100111 11010100 0 110100 10 1111 100101110 111011 111111

Color Harmonies of #D867D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D867D4

Black with #D867D4

Text Example


Text Example

White with #D867D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D867D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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