Html Css Color HEX #D469CA Orchid

📋 copy color: '#D469CA'

red 212 ◦ green 105 ◦ blue 202

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

Shades of Orchid #D469CA

Tints of Orchid #D469CA

RGB

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

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

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

R = 40.85%
G = 20.23%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D469CA (or 0xD469CA) is known color: Orchid. HEX triplet: D4, 69 and CA. RGB value is (212,105,202). Sum of RGB (Red+Green+Blue) = 212+105+202=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D469CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469CA is #2B9635. Grayscale: #939393. Windows color (decimal): -2856502 or 13265364. OLE color: 13265364.

HSL color Cylindrical-coordinate representation of color #D469CA: hue angle of 305.61º 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 #D469CA is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 202 -
CMYK 0 0.50 0.05 0.17
HSL 305.61º 0.55% 0.62% -
HSV(B) 305.61º 0.5% 0.83% -
XYZ 42.86 28.36 59.09 -
YUV 148.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 212 105 202 0 0.50 0.05 0.17 305.61 0.55 0.62
Hex D4 69 CA 0 32 5 11 132 37 3E
Octal 324 151 312 0 62 5 21 462 67 76
Binary 11010100 1101001 11001010 0 110010 101 10001 100110010 110111 111110

Color Harmonies of #D469CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469CA

Black with #D469CA

Text Example


Text Example

White with #D469CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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