Html Css Color HEX #CF5FFA Heliotrope

📋 copy color: '#CF5FFA'

red 207 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #CF5FFA

Tints of Heliotrope #CF5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.21%

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 37.5%
G = 17.21%
B = 45.29%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF5FFA (or 0xCF5FFA) is known color: Heliotrope. HEX triplet: CF, 5F and FA. RGB value is (207,95,250). Sum of RGB (Red+Green+Blue) = 207+95+250=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF5FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5FFA is #30A005. Grayscale: #919191. Windows color (decimal): -3186694 or 16408527. OLE color: 16408527.

HSL color Cylindrical-coordinate representation of color #CF5FFA: hue angle of 283.35º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF5FFA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 95 250 -
CMYK 0.17 0.62 0 0.02
HSL 283.35º 0.94% 0.68% -
HSV(B) 283.35º 0.62% 0.98% -
XYZ 47.08 28.35 93.43 -
YUV 146.16 186.61 171.4 -
System Red Green Blue C M Y K H S L
Decimal 207 95 250 0.17 0.62 0 0.02 283.35 0.94 0.68
Hex CF 5F FA 11 3E 0 2 11B 5E 44
Octal 317 137 372 21 76 0 2 433 136 104
Binary 11001111 1011111 11111010 10001 111110 0 10 100011011 1011110 1000100

Color Harmonies of #CF5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5FFA

Black with #CF5FFA

Text Example


Text Example

White with #CF5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5FFA; }

 p { color: rgb(207,95,250); }

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

background-color css

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

 a { background-color: rgb(207,95,250); }

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

border-color css

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

 span { border-color: rgb(207,95,250); }

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