Html Css Color HEX #D07CE0 Orchid

📋 copy color: '#D07CE0'

red 208 ◦ green 124 ◦ blue 224

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

Shades of Orchid #D07CE0

Tints of Orchid #D07CE0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.3%

 BLUE value IS 224 (87.89% from 255) = 40.29%

R = 37.41%
G = 22.3%
B = 40.29%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D07CE0 (or 0xD07CE0) is known color: Orchid. HEX triplet: D0, 7C and E0. RGB value is (208,124,224). Sum of RGB (Red+Green+Blue) = 208+124+224=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #D07CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CE0 is #2F831F. Grayscale: #A0A0A0. Windows color (decimal): -3113760 or 14712016. OLE color: 14712016.

HSL color Cylindrical-coordinate representation of color #D07CE0: hue angle of 290.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07CE0 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 124 224 -
CMYK 0.07 0.45 0 0.12
HSL 290.4º 0.62% 0.68% -
HSV(B) 290.4º 0.45% 0.88% -
XYZ 46.67 33.21 74.47 -
YUV 160.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 208 124 224 0.07 0.45 0 0.12 290.4 0.62 0.68
Hex D0 7C E0 7 2D 0 C 122 3E 44
Octal 320 174 340 7 55 0 14 442 76 104
Binary 11010000 1111100 11100000 111 101101 0 1100 100100010 111110 1000100

Color Harmonies of #D07CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CE0

Black with #D07CE0

Text Example


Text Example

White with #D07CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CE0; }

 p { color: rgb(208,124,224); }

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

background-color css

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

 a { background-color: rgb(208,124,224); }

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

border-color css

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

 span { border-color: rgb(208,124,224); }

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