Html Css Color HEX #CF5DFA Heliotrope

📋 copy color: '#CF5DFA'

red 207 ◦ green 93 ◦ blue 250

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

Shades of Heliotrope #CF5DFA

Tints of Heliotrope #CF5DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.91%

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

R = 37.64%
G = 16.91%
B = 45.45%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF5DFA (or 0xCF5DFA) is known color: Heliotrope. HEX triplet: CF, 5D and FA. RGB value is (207,93,250). Sum of RGB (Red+Green+Blue) = 207+93+250=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5DFA is #30A205. Grayscale: #909090. Windows color (decimal): -3187206 or 16408015. OLE color: 16408015.

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

Color convert

RGB 207 93 250 -
CMYK 0.17 0.63 0 0.02
HSL 283.57º 0.94% 0.67% -
HSV(B) 283.57º 0.63% 0.98% -
XYZ 46.9 28 93.37 -
YUV 144.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 207 93 250 0.17 0.63 0 0.02 283.57 0.94 0.67
Hex CF 5D FA 11 3F 0 2 11C 5E 43
Octal 317 135 372 21 77 0 2 434 136 103
Binary 11001111 1011101 11111010 10001 111111 0 10 100011100 1011110 1000011

Color Harmonies of #CF5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5DFA

Black with #CF5DFA

Text Example


Text Example

White with #CF5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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