Html Css Color HEX #D869C4 Orchid

📋 copy color: '#D869C4'

red 216 ◦ green 105 ◦ blue 196

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

Shades of Orchid #D869C4

Tints of Orchid #D869C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.91%

R = 41.78%
G = 20.31%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D869C4 (or 0xD869C4) is known color: Orchid. HEX triplet: D8, 69 and C4. RGB value is (216,105,196). Sum of RGB (Red+Green+Blue) = 216+105+196=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D869C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869C4 is #27963B. Grayscale: #949494. Windows color (decimal): -2594364 or 12872152. OLE color: 12872152.

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

Color convert

RGB 216 105 196 -
CMYK 0 0.51 0.09 0.15
HSL 310.81º 0.59% 0.63% -
HSV(B) 310.81º 0.51% 0.85% -
XYZ 43.33 28.69 55.48 -
YUV 148.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 216 105 196 0 0.51 0.09 0.15 310.81 0.59 0.63
Hex D8 69 C4 0 33 9 F 137 3B 3F
Octal 330 151 304 0 63 11 17 467 73 77
Binary 11011000 1101001 11000100 0 110011 1001 1111 100110111 111011 111111

Color Harmonies of #D869C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D869C4

Black with #D869C4

Text Example


Text Example

White with #D869C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D869C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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