Html Css Color HEX #D07CED Heliotrope

📋 copy color: '#D07CED'

red 208 ◦ green 124 ◦ blue 237

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

Shades of Heliotrope #D07CED

Tints of Heliotrope #D07CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 36.56%
G = 21.79%
B = 41.65%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D07CED (or 0xD07CED) is known color: Heliotrope. HEX triplet: D0, 7C and ED. RGB value is (208,124,237). Sum of RGB (Red+Green+Blue) = 208+124+237=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #D07CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07CED is #2F8312. Grayscale: #A1A1A1. Windows color (decimal): -3113747 or 15563984. OLE color: 15563984.

HSL color Cylindrical-coordinate representation of color #D07CED: hue angle of 284.6º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D07CED is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 124 237 -
CMYK 0.12 0.48 0 0.07
HSL 284.6º 0.76% 0.71% -
HSV(B) 284.6º 0.48% 0.93% -
XYZ 48.51 33.94 84.12 -
YUV 162 170.33 160.81 -
System Red Green Blue C M Y K H S L
Decimal 208 124 237 0.12 0.48 0 0.07 284.6 0.76 0.71
Hex D0 7C ED C 30 0 7 11D 4C 47
Octal 320 174 355 14 60 0 7 435 114 107
Binary 11010000 1111100 11101101 1100 110000 0 111 100011101 1001100 1000111

Color Harmonies of #D07CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07CED

Black with #D07CED

Text Example


Text Example

White with #D07CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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