Html Css Color HEX #CF6FF0 Heliotrope

📋 copy color: '#CF6FF0'

red 207 ◦ green 111 ◦ blue 240

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

Shades of Heliotrope #CF6FF0

Tints of Heliotrope #CF6FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.89%

 BLUE value IS 240 (94.14% from 255) = 43.01%

R = 37.1%
G = 19.89%
B = 43.01%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF6FF0 (or 0xCF6FF0) is known color: Heliotrope. HEX triplet: CF, 6F and F0. RGB value is (207,111,240). Sum of RGB (Red+Green+Blue) = 207+111+240=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF6FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6FF0 is #30900F. Grayscale: #999999. Windows color (decimal): -3182608 or 15757263. OLE color: 15757263.

HSL color Cylindrical-coordinate representation of color #CF6FF0: hue angle of 284.65º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6FF0 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 111 240 -
CMYK 0.14 0.54 0 0.06
HSL 284.65º 0.81% 0.69% -
HSV(B) 284.65º 0.54% 0.94% -
XYZ 47.14 30.93 85.92 -
YUV 154.41 176.3 165.51 -
System Red Green Blue C M Y K H S L
Decimal 207 111 240 0.14 0.54 0 0.06 284.65 0.81 0.69
Hex CF 6F F0 E 36 0 6 11D 51 45
Octal 317 157 360 16 66 0 6 435 121 105
Binary 11001111 1101111 11110000 1110 110110 0 110 100011101 1010001 1000101

Color Harmonies of #CF6FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FF0

Black with #CF6FF0

Text Example


Text Example

White with #CF6FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FF0; }

 p { color: rgb(207,111,240); }

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

background-color css

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

 a { background-color: rgb(207,111,240); }

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

border-color css

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

 span { border-color: rgb(207,111,240); }

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