Html Css Color HEX #CF6EFA Heliotrope

📋 copy color: '#CF6EFA'

red 207 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #CF6EFA

Tints of Heliotrope #CF6EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.4%

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

R = 36.51%
G = 19.4%
B = 44.09%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF6EFA (or 0xCF6EFA) is known color: Heliotrope. HEX triplet: CF, 6E and FA. RGB value is (207,110,250). Sum of RGB (Red+Green+Blue) = 207+110+250=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF6EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6EFA is #309105. Grayscale: #9A9A9A. Windows color (decimal): -3182854 or 16412367. OLE color: 16412367.

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

Color convert

RGB 207 110 250 -
CMYK 0.17 0.56 0 0.02
HSL 281.57º 0.93% 0.71% -
HSV(B) 281.57º 0.56% 0.98% -
XYZ 48.56 31.32 93.93 -
YUV 154.96 181.64 165.12 -
System Red Green Blue C M Y K H S L
Decimal 207 110 250 0.17 0.56 0 0.02 281.57 0.93 0.71
Hex CF 6E FA 11 38 0 2 11A 5D 47
Octal 317 156 372 21 70 0 2 432 135 107
Binary 11001111 1101110 11111010 10001 111000 0 10 100011010 1011101 1000111

Color Harmonies of #CF6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6EFA

Black with #CF6EFA

Text Example


Text Example

White with #CF6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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