Html Css Color HEX #D069CC Orchid

📋 copy color: '#D069CC'

red 208 ◦ green 105 ◦ blue 204

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

Shades of Orchid #D069CC

Tints of Orchid #D069CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 40.23%
G = 20.31%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D069CC (or 0xD069CC) is known color: Orchid. HEX triplet: D0, 69 and CC. RGB value is (208,105,204). Sum of RGB (Red+Green+Blue) = 208+105+204=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D069CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069CC is #2F9633. Grayscale: #929292. Windows color (decimal): -3118644 or 13396432. OLE color: 13396432.

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

Color convert

RGB 208 105 204 -
CMYK 0 0.50 0.02 0.18
HSL 302.33º 0.52% 0.61% -
HSV(B) 302.33º 0.5% 0.82% -
XYZ 41.96 27.87 60.3 -
YUV 147.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 208 105 204 0 0.50 0.02 0.18 302.33 0.52 0.61
Hex D0 69 CC 0 32 2 12 12E 34 3D
Octal 320 151 314 0 62 2 22 456 64 75
Binary 11010000 1101001 11001100 0 110010 10 10010 100101110 110100 111101

Color Harmonies of #D069CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069CC

Black with #D069CC

Text Example


Text Example

White with #D069CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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