Html Css Color HEX #D469CE Orchid

📋 copy color: '#D469CE'

red 212 ◦ green 105 ◦ blue 206

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

Shades of Orchid #D469CE

Tints of Orchid #D469CE

RGB

 RED value IS 212 (83.2% from 255) = 40.54%

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

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 40.54%
G = 20.08%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D469CE (or 0xD469CE) is known color: Orchid. HEX triplet: D4, 69 and CE. RGB value is (212,105,206). Sum of RGB (Red+Green+Blue) = 212+105+206=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D469CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469CE is #2B9631. Grayscale: #949494. Windows color (decimal): -2856498 or 13527508. OLE color: 13527508.

HSL color Cylindrical-coordinate representation of color #D469CE: hue angle of 303.36º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D469CE is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 206 -
CMYK 0 0.50 0.03 0.17
HSL 303.36º 0.55% 0.62% -
HSV(B) 303.36º 0.5% 0.83% -
XYZ 43.34 28.56 61.62 -
YUV 148.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 212 105 206 0 0.50 0.03 0.17 303.36 0.55 0.62
Hex D4 69 CE 0 32 3 11 12F 37 3E
Octal 324 151 316 0 62 3 21 457 67 76
Binary 11010100 1101001 11001110 0 110010 11 10001 100101111 110111 111110

Color Harmonies of #D469CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469CE

Black with #D469CE

Text Example


Text Example

White with #D469CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469CE; }

 p { color: rgb(212,105,206); }

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

background-color css

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

 a { background-color: rgb(212,105,206); }

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

border-color css

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

 span { border-color: rgb(212,105,206); }

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