Html Css Color HEX #D07BCC Orchid

📋 copy color: '#D07BCC'

red 208 ◦ green 123 ◦ blue 204

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

Shades of Orchid #D07BCC

Tints of Orchid #D07BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.99%

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

R = 38.88%
G = 22.99%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D07BCC (or 0xD07BCC) is known color: Orchid. HEX triplet: D0, 7B and CC. RGB value is (208,123,204). Sum of RGB (Red+Green+Blue) = 208+123+204=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BCC is #2F8433. Grayscale: #9D9D9D. Windows color (decimal): -3114036 or 13401040. OLE color: 13401040.

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

Color convert

RGB 208 123 204 -
CMYK 0 0.41 0.02 0.18
HSL 302.82º 0.47% 0.65% -
HSV(B) 302.82º 0.41% 0.82% -
XYZ 43.99 31.94 60.97 -
YUV 157.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 208 123 204 0 0.41 0.02 0.18 302.82 0.47 0.65
Hex D0 7B CC 0 29 2 12 12F 2F 41
Octal 320 173 314 0 51 2 22 457 57 101
Binary 11010000 1111011 11001100 0 101001 10 10010 100101111 101111 1000001

Color Harmonies of #D07BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BCC

Black with #D07BCC

Text Example


Text Example

White with #D07BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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