Html Css Color HEX #CF7DEE Heliotrope

📋 copy color: '#CF7DEE'

red 207 ◦ green 125 ◦ blue 238

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

Shades of Heliotrope #CF7DEE

Tints of Heliotrope #CF7DEE

RGB

 RED value IS 207 (81.25% from 255) = 36.32%

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

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 36.32%
G = 21.93%
B = 41.75%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF7DEE (or 0xCF7DEE) is known color: Heliotrope. HEX triplet: CF, 7D and EE. RGB value is (207,125,238). Sum of RGB (Red+Green+Blue) = 207+125+238=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF7DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7DEE is #308211. Grayscale: #A2A2A2. Windows color (decimal): -3179026 or 15629775. OLE color: 15629775.

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

Color convert

RGB 207 125 238 -
CMYK 0.13 0.47 0 0.07
HSL 283.54º 0.77% 0.71% -
HSV(B) 283.54º 0.47% 0.93% -
XYZ 48.5 34.11 84.92 -
YUV 162.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 207 125 238 0.13 0.47 0 0.07 283.54 0.77 0.71
Hex CF 7D EE D 2F 0 7 11C 4D 47
Octal 317 175 356 15 57 0 7 434 115 107
Binary 11001111 1111101 11101110 1101 101111 0 111 100011100 1001101 1000111

Color Harmonies of #CF7DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7DEE

Black with #CF7DEE

Text Example


Text Example

White with #CF7DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7DEE; }

 p { color: rgb(207,125,238); }

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

background-color css

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

 a { background-color: rgb(207,125,238); }

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

border-color css

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

 span { border-color: rgb(207,125,238); }

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