Html Css Color HEX #D069C5 Orchid

📋 copy color: '#D069C5'

red 208 ◦ green 105 ◦ blue 197

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

Shades of Orchid #D069C5

Tints of Orchid #D069C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.63%

R = 40.78%
G = 20.59%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D069C5 (or 0xD069C5) is known color: Orchid. HEX triplet: D0, 69 and C5. RGB value is (208,105,197). Sum of RGB (Red+Green+Blue) = 208+105+197=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D069C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069C5 is #2F963A. Grayscale: #929292. Windows color (decimal): -3118651 or 12937680. OLE color: 12937680.

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

Color convert

RGB 208 105 197 -
CMYK 0 0.50 0.05 0.18
HSL 306.41º 0.52% 0.61% -
HSV(B) 306.41º 0.5% 0.82% -
XYZ 41.14 27.54 55.97 -
YUV 146.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 208 105 197 0 0.50 0.05 0.18 306.41 0.52 0.61
Hex D0 69 C5 0 32 5 12 132 34 3D
Octal 320 151 305 0 62 5 22 462 64 75
Binary 11010000 1101001 11000101 0 110010 101 10010 100110010 110100 111101

Color Harmonies of #D069C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069C5

Black with #D069C5

Text Example


Text Example

White with #D069C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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