Html Css Color HEX #CF63EA Heliotrope

📋 copy color: '#CF63EA'

red 207 ◦ green 99 ◦ blue 234

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

Shades of Heliotrope #CF63EA

Tints of Heliotrope #CF63EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 38.33%
G = 18.33%
B = 43.33%

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

#CF63EA (or 0xCF63EA) is known color: Heliotrope. HEX triplet: CF, 63 and EA. RGB value is (207,99,234). Sum of RGB (Red+Green+Blue) = 207+99+234=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF63EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF63EA is #309C15. Grayscale: #929292. Windows color (decimal): -3185686 or 15360975. OLE color: 15360975.

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

Color convert

RGB 207 99 234 -
CMYK 0.12 0.58 0 0.08
HSL 288º 0.76% 0.65% -
HSV(B) 288º 0.58% 0.92% -
XYZ 45.05 28.13 80.9 -
YUV 146.68 177.28 171.02 -
System Red Green Blue C M Y K H S L
Decimal 207 99 234 0.12 0.58 0 0.08 288 0.76 0.65
Hex CF 63 EA C 3A 0 8 120 4C 41
Octal 317 143 352 14 72 0 10 440 114 101
Binary 11001111 1100011 11101010 1100 111010 0 1000 100100000 1001100 1000001

Color Harmonies of #CF63EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63EA

Black with #CF63EA

Text Example


Text Example

White with #CF63EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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