Html Css Color HEX #D069C9 Orchid

📋 copy color: '#D069C9'

red 208 ◦ green 105 ◦ blue 201

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

Shades of Orchid #D069C9

Tints of Orchid #D069C9

RGB

 RED value IS 208 (81.64% from 255) = 40.47%

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

 BLUE value IS 201 (78.91% from 255) = 39.11%

R = 40.47%
G = 20.43%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D069C9 (or 0xD069C9) is known color: Orchid. HEX triplet: D0, 69 and C9. RGB value is (208,105,201). Sum of RGB (Red+Green+Blue) = 208+105+201=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D069C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069C9 is #2F9636. Grayscale: #929292. Windows color (decimal): -3118647 or 13199824. OLE color: 13199824.

HSL color Cylindrical-coordinate representation of color #D069C9: hue angle of 304.08º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D069C9 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 105 201 -
CMYK 0 0.50 0.03 0.18
HSL 304.08º 0.52% 0.61% -
HSV(B) 304.08º 0.5% 0.82% -
XYZ 41.61 27.73 58.42 -
YUV 146.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 208 105 201 0 0.50 0.03 0.18 304.08 0.52 0.61
Hex D0 69 C9 0 32 3 12 130 34 3D
Octal 320 151 311 0 62 3 22 460 64 75
Binary 11010000 1101001 11001001 0 110010 11 10010 100110000 110100 111101

Color Harmonies of #D069C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069C9

Black with #D069C9

Text Example


Text Example

White with #D069C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069C9; }

 p { color: rgb(208,105,201); }

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

background-color css

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

 a { background-color: rgb(208,105,201); }

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

border-color css

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

 span { border-color: rgb(208,105,201); }

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