Html Css Color HEX #D069D4 Orchid

📋 copy color: '#D069D4'

red 208 ◦ green 105 ◦ blue 212

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

Shades of Orchid #D069D4

Tints of Orchid #D069D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.38%

R = 39.62%
G = 20%
B = 40.38%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D069D4 (or 0xD069D4) is known color: Orchid. HEX triplet: D0, 69 and D4. RGB value is (208,105,212). Sum of RGB (Red+Green+Blue) = 208+105+212=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #D069D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069D4 is #2F962B. Grayscale: #939393. Windows color (decimal): -3118636 or 13920720. OLE color: 13920720.

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

Color convert

RGB 208 105 212 -
CMYK 0.02 0.50 0 0.17
HSL 297.76º 0.55% 0.62% -
HSV(B) 297.76º 0.5% 0.83% -
XYZ 42.95 28.27 65.48 -
YUV 148 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 208 105 212 0.02 0.50 0 0.17 297.76 0.55 0.62
Hex D0 69 D4 2 32 0 11 12A 37 3E
Octal 320 151 324 2 62 0 21 452 67 76
Binary 11010000 1101001 11010100 10 110010 0 10001 100101010 110111 111110

Color Harmonies of #D069D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069D4

Black with #D069D4

Text Example


Text Example

White with #D069D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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