Html Css Color HEX #D869CA Orchid

📋 copy color: '#D869CA'

red 216 ◦ green 105 ◦ blue 202

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

Shades of Orchid #D869CA

Tints of Orchid #D869CA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.08%

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 41.3%
G = 20.08%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D869CA (or 0xD869CA) is known color: Orchid. HEX triplet: D8, 69 and CA. RGB value is (216,105,202). Sum of RGB (Red+Green+Blue) = 216+105+202=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D869CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869CA is #279635. Grayscale: #949494. Windows color (decimal): -2594358 or 13265368. OLE color: 13265368.

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

Color convert

RGB 216 105 202 -
CMYK 0 0.51 0.06 0.15
HSL 307.57º 0.59% 0.63% -
HSV(B) 307.57º 0.51% 0.85% -
XYZ 44.03 28.97 59.15 -
YUV 149.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 216 105 202 0 0.51 0.06 0.15 307.57 0.59 0.63
Hex D8 69 CA 0 33 6 F 134 3B 3F
Octal 330 151 312 0 63 6 17 464 73 77
Binary 11011000 1101001 11001010 0 110011 110 1111 100110100 111011 111111

Color Harmonies of #D869CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869CA

Black with #D869CA

Text Example


Text Example

White with #D869CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869CA; }

 p { color: rgb(216,105,202); }

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

background-color css

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

 a { background-color: rgb(216,105,202); }

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

border-color css

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

 span { border-color: rgb(216,105,202); }

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