Html Css Color HEX #D07CE4 Orchid

📋 copy color: '#D07CE4'

red 208 ◦ green 124 ◦ blue 228

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

Shades of Orchid #D07CE4

Tints of Orchid #D07CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.71%

R = 37.14%
G = 22.14%
B = 40.71%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D07CE4 (or 0xD07CE4) is known color: Orchid. HEX triplet: D0, 7C and E4. RGB value is (208,124,228). Sum of RGB (Red+Green+Blue) = 208+124+228=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #D07CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CE4 is #2F831B. Grayscale: #A0A0A0. Windows color (decimal): -3113756 or 14974160. OLE color: 14974160.

HSL color Cylindrical-coordinate representation of color #D07CE4: hue angle of 288.46º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07CE4 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 124 228 -
CMYK 0.09 0.46 0 0.11
HSL 288.46º 0.66% 0.69% -
HSV(B) 288.46º 0.46% 0.89% -
XYZ 47.22 33.43 77.36 -
YUV 160.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 208 124 228 0.09 0.46 0 0.11 288.46 0.66 0.69
Hex D0 7C E4 9 2E 0 B 120 42 45
Octal 320 174 344 11 56 0 13 440 102 105
Binary 11010000 1111100 11100100 1001 101110 0 1011 100100000 1000010 1000101

Color Harmonies of #D07CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CE4

Black with #D07CE4

Text Example


Text Example

White with #D07CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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