Html Css Color HEX #CF62EB Heliotrope

📋 copy color: '#CF62EB'

red 207 ◦ green 98 ◦ blue 235

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

Shades of Heliotrope #CF62EB

Tints of Heliotrope #CF62EB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.15%

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 38.33%
G = 18.15%
B = 43.52%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF62EB (or 0xCF62EB) is known color: Heliotrope. HEX triplet: CF, 62 and EB. RGB value is (207,98,235). Sum of RGB (Red+Green+Blue) = 207+98+235=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 98 (38.67% from 255 or 18.15% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF62EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF62EB is #309D14. Grayscale: #919191. Windows color (decimal): -3185941 or 15426255. OLE color: 15426255.

HSL color Cylindrical-coordinate representation of color #CF62EB: hue angle of 287.74º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF62EB is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 98 235 -
CMYK 0.12 0.58 0 0.08
HSL 287.74º 0.77% 0.65% -
HSV(B) 287.74º 0.58% 0.92% -
XYZ 45.1 28 81.62 -
YUV 146.21 178.11 171.36 -
System Red Green Blue C M Y K H S L
Decimal 207 98 235 0.12 0.58 0 0.08 287.74 0.77 0.65
Hex CF 62 EB C 3A 0 8 120 4D 41
Octal 317 142 353 14 72 0 10 440 115 101
Binary 11001111 1100010 11101011 1100 111010 0 1000 100100000 1001101 1000001

Color Harmonies of #CF62EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62EB

Black with #CF62EB

Text Example


Text Example

White with #CF62EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62EB; }

 p { color: rgb(207,98,235); }

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

background-color css

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

 a { background-color: rgb(207,98,235); }

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

border-color css

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

 span { border-color: rgb(207,98,235); }

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