Html Css Color HEX #CF6CF1 Heliotrope

📋 copy color: '#CF6CF1'

red 207 ◦ green 108 ◦ blue 241

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

Shades of Heliotrope #CF6CF1

Tints of Heliotrope #CF6CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.35%

R = 37.23%
G = 19.42%
B = 43.35%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF6CF1 (or 0xCF6CF1) is known color: Heliotrope. HEX triplet: CF, 6C and F1. RGB value is (207,108,241). Sum of RGB (Red+Green+Blue) = 207+108+241=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF6CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6CF1 is #30930E. Grayscale: #989898. Windows color (decimal): -3183375 or 15822031. OLE color: 15822031.

HSL color Cylindrical-coordinate representation of color #CF6CF1: hue angle of 284.66º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF6CF1 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 108 241 -
CMYK 0.14 0.55 0 0.05
HSL 284.66º 0.83% 0.68% -
HSV(B) 284.66º 0.55% 0.95% -
XYZ 46.97 30.34 86.6 -
YUV 152.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 207 108 241 0.14 0.55 0 0.05 284.66 0.83 0.68
Hex CF 6C F1 E 37 0 5 11D 53 44
Octal 317 154 361 16 67 0 5 435 123 104
Binary 11001111 1101100 11110001 1110 110111 0 101 100011101 1010011 1000100

Color Harmonies of #CF6CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6CF1

Black with #CF6CF1

Text Example


Text Example

White with #CF6CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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