Html Css Color HEX #CF63EB Heliotrope

📋 copy color: '#CF63EB'

red 207 ◦ green 99 ◦ blue 235

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

Shades of Heliotrope #CF63EB

Tints of Heliotrope #CF63EB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.3%

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

R = 38.26%
G = 18.3%
B = 43.44%

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

#CF63EB (or 0xCF63EB) is known color: Heliotrope. HEX triplet: CF, 63 and EB. RGB value is (207,99,235). Sum of RGB (Red+Green+Blue) = 207+99+235=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 99 (39.06% from 255 or 18.30% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF63EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63EB is #309C14. Grayscale: #929292. Windows color (decimal): -3185685 or 15426511. OLE color: 15426511.

HSL color Cylindrical-coordinate representation of color #CF63EB: hue angle of 287.65º 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 #CF63EB is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 99 235 -
CMYK 0.12 0.58 0 0.08
HSL 287.65º 0.77% 0.65% -
HSV(B) 287.65º 0.58% 0.92% -
XYZ 45.19 28.19 81.66 -
YUV 146.8 177.78 170.94 -
System Red Green Blue C M Y K H S L
Decimal 207 99 235 0.12 0.58 0 0.08 287.65 0.77 0.65
Hex CF 63 EB C 3A 0 8 120 4D 41
Octal 317 143 353 14 72 0 10 440 115 101
Binary 11001111 1100011 11101011 1100 111010 0 1000 100100000 1001101 1000001

Color Harmonies of #CF63EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63EB

Black with #CF63EB

Text Example


Text Example

White with #CF63EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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