Html Css Color HEX #CF6CF6 Heliotrope

📋 copy color: '#CF6CF6'

red 207 ◦ green 108 ◦ blue 246

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

Shades of Heliotrope #CF6CF6

Tints of Heliotrope #CF6CF6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.25%

 BLUE value IS 246 (96.48% from 255) = 43.85%

R = 36.9%
G = 19.25%
B = 43.85%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CF6CF6 (or 0xCF6CF6) is known color: Heliotrope. HEX triplet: CF, 6C and F6. RGB value is (207,108,246). Sum of RGB (Red+Green+Blue) = 207+108+246=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 108 (42.58% from 255 or 19.25% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF6CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6CF6 is #309309. Grayscale: #989898. Windows color (decimal): -3183370 or 16149711. OLE color: 16149711.

HSL color Cylindrical-coordinate representation of color #CF6CF6: hue angle of 283.04º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6CF6 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 108 246 -
CMYK 0.16 0.56 0 0.04
HSL 283.04º 0.88% 0.69% -
HSV(B) 283.04º 0.56% 0.96% -
XYZ 47.73 30.64 90.59 -
YUV 153.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 207 108 246 0.16 0.56 0 0.04 283.04 0.88 0.69
Hex CF 6C F6 10 38 0 4 11B 58 45
Octal 317 154 366 20 70 0 4 433 130 105
Binary 11001111 1101100 11110110 10000 111000 0 100 100011011 1011000 1000101

Color Harmonies of #CF6CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CF6

Black with #CF6CF6

Text Example


Text Example

White with #CF6CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CF6; }

 p { color: rgb(207,108,246); }

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

background-color css

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

 a { background-color: rgb(207,108,246); }

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

border-color css

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

 span { border-color: rgb(207,108,246); }

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