Html Css Color HEX #CF6AED Heliotrope

📋 copy color: '#CF6AED'

red 207 ◦ green 106 ◦ blue 237

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

Shades of Heliotrope #CF6AED

Tints of Heliotrope #CF6AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.27%

 BLUE value IS 237 (92.97% from 255) = 43.09%

R = 37.64%
G = 19.27%
B = 43.09%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF6AED (or 0xCF6AED) is known color: Heliotrope. HEX triplet: CF, 6A and ED. RGB value is (207,106,237). Sum of RGB (Red+Green+Blue) = 207+106+237=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF6AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6AED is #309512. Grayscale: #969696. Windows color (decimal): -3183891 or 15559375. OLE color: 15559375.

HSL color Cylindrical-coordinate representation of color #CF6AED: hue angle of 286.26º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF6AED is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 106 237 -
CMYK 0.13 0.55 0 0.07
HSL 286.26º 0.78% 0.67% -
HSV(B) 286.26º 0.55% 0.93% -
XYZ 46.17 29.69 83.42 -
YUV 151.13 176.46 167.85 -
System Red Green Blue C M Y K H S L
Decimal 207 106 237 0.13 0.55 0 0.07 286.26 0.78 0.67
Hex CF 6A ED D 37 0 7 11E 4E 43
Octal 317 152 355 15 67 0 7 436 116 103
Binary 11001111 1101010 11101101 1101 110111 0 111 100011110 1001110 1000011

Color Harmonies of #CF6AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6AED

Black with #CF6AED

Text Example


Text Example

White with #CF6AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6AED; }

 p { color: rgb(207,106,237); }

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

background-color css

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

 a { background-color: rgb(207,106,237); }

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

border-color css

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

 span { border-color: rgb(207,106,237); }

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