Html Css Color HEX #D469C7 Orchid

📋 copy color: '#D469C7'

red 212 ◦ green 105 ◦ blue 199

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

Shades of Orchid #D469C7

Tints of Orchid #D469C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.57%

R = 41.09%
G = 20.35%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D469C7 (or 0xD469C7) is known color: Orchid. HEX triplet: D4, 69 and C7. RGB value is (212,105,199). Sum of RGB (Red+Green+Blue) = 212+105+199=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D469C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D469C7 is #2B9638. Grayscale: #939393. Windows color (decimal): -2856505 or 13068756. OLE color: 13068756.

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

Color convert

RGB 212 105 199 -
CMYK 0 0.50 0.06 0.17
HSL 307.29º 0.55% 0.62% -
HSV(B) 307.29º 0.5% 0.83% -
XYZ 42.51 28.22 57.24 -
YUV 147.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 212 105 199 0 0.50 0.06 0.17 307.29 0.55 0.62
Hex D4 69 C7 0 32 6 11 133 37 3E
Octal 324 151 307 0 62 6 21 463 67 76
Binary 11010100 1101001 11000111 0 110010 110 10001 100110011 110111 111110

Color Harmonies of #D469C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D469C7

Black with #D469C7

Text Example


Text Example

White with #D469C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D469C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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