Html Css Color HEX #D07DCA Orchid

📋 copy color: '#D07DCA'

red 208 ◦ green 125 ◦ blue 202

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

Shades of Orchid #D07DCA

Tints of Orchid #D07DCA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.36%

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 38.88%
G = 23.36%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D07DCA (or 0xD07DCA) is known color: Orchid. HEX triplet: D0, 7D and CA. RGB value is (208,125,202). Sum of RGB (Red+Green+Blue) = 208+125+202=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07DCA is #2F8235. Grayscale: #9E9E9E. Windows color (decimal): -3113526 or 13270480. OLE color: 13270480.

HSL color Cylindrical-coordinate representation of color #D07DCA: hue angle of 304.34º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DCA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 125 202 -
CMYK 0 0.40 0.03 0.18
HSL 304.34º 0.47% 0.65% -
HSV(B) 304.34º 0.4% 0.82% -
XYZ 44.01 32.34 59.8 -
YUV 158.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 208 125 202 0 0.40 0.03 0.18 304.34 0.47 0.65
Hex D0 7D CA 0 28 3 12 130 2F 41
Octal 320 175 312 0 50 3 22 460 57 101
Binary 11010000 1111101 11001010 0 101000 11 10010 100110000 101111 1000001

Color Harmonies of #D07DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07DCA

Black with #D07DCA

Text Example


Text Example

White with #D07DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07DCA; }

 p { color: rgb(208,125,202); }

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

background-color css

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

 a { background-color: rgb(208,125,202); }

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

border-color css

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

 span { border-color: rgb(208,125,202); }

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