Html Css Color HEX #D085CC Orchid

📋 copy color: '#D085CC'

red 208 ◦ green 133 ◦ blue 204

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

Shades of Orchid #D085CC

Tints of Orchid #D085CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.4%

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

R = 38.17%
G = 24.4%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D085CC (or 0xD085CC) is known color: Orchid. HEX triplet: D0, 85 and CC. RGB value is (208,133,204). Sum of RGB (Red+Green+Blue) = 208+133+204=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D085CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085CC is #2F7A33. Grayscale: #A3A3A3. Windows color (decimal): -3111476 or 13403600. OLE color: 13403600.

HSL color Cylindrical-coordinate representation of color #D085CC: hue angle of 303.2º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D085CC is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 133 204 -
CMYK 0 0.36 0.02 0.18
HSL 303.2º 0.44% 0.67% -
HSV(B) 303.2º 0.36% 0.82% -
XYZ 45.3 34.54 61.41 -
YUV 163.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 208 133 204 0 0.36 0.02 0.18 303.2 0.44 0.67
Hex D0 85 CC 0 24 2 12 12F 2C 43
Octal 320 205 314 0 44 2 22 457 54 103
Binary 11010000 10000101 11001100 0 100100 10 10010 100101111 101100 1000011

Color Harmonies of #D085CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085CC

Black with #D085CC

Text Example


Text Example

White with #D085CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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