Html Css Color HEX #D069CD Orchid

📋 copy color: '#D069CD'

red 208 ◦ green 105 ◦ blue 205

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

Shades of Orchid #D069CD

Tints of Orchid #D069CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 40.15%
G = 20.27%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D069CD (or 0xD069CD) is known color: Orchid. HEX triplet: D0, 69 and CD. RGB value is (208,105,205). Sum of RGB (Red+Green+Blue) = 208+105+205=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D069CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069CD is #2F9632. Grayscale: #929292. Windows color (decimal): -3118643 or 13461968. OLE color: 13461968.

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

Color convert

RGB 208 105 205 -
CMYK 0 0.50 0.01 0.18
HSL 301.75º 0.52% 0.61% -
HSV(B) 301.75º 0.5% 0.82% -
XYZ 42.08 27.92 60.93 -
YUV 147.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 208 105 205 0 0.50 0.01 0.18 301.75 0.52 0.61
Hex D0 69 CD 0 32 1 12 12E 34 3D
Octal 320 151 315 0 62 1 22 456 64 75
Binary 11010000 1101001 11001101 0 110010 1 10010 100101110 110100 111101

Color Harmonies of #D069CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069CD

Black with #D069CD

Text Example


Text Example

White with #D069CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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