Html Css Color HEX #CF7AED Heliotrope

📋 copy color: '#CF7AED'

red 207 ◦ green 122 ◦ blue 237

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

Shades of Heliotrope #CF7AED

Tints of Heliotrope #CF7AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.55%

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

R = 36.57%
G = 21.55%
B = 41.87%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF7AED (or 0xCF7AED) is known color: Heliotrope. HEX triplet: CF, 7A and ED. RGB value is (207,122,237). Sum of RGB (Red+Green+Blue) = 207+122+237=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF7AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7AED is #308512. Grayscale: #A0A0A0. Windows color (decimal): -3179795 or 15563471. OLE color: 15563471.

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

Color convert

RGB 207 122 237 -
CMYK 0.13 0.49 0 0.07
HSL 284.35º 0.76% 0.7% -
HSV(B) 284.35º 0.49% 0.93% -
XYZ 47.98 33.3 84.02 -
YUV 160.53 171.16 161.15 -
System Red Green Blue C M Y K H S L
Decimal 207 122 237 0.13 0.49 0 0.07 284.35 0.76 0.7
Hex CF 7A ED D 31 0 7 11C 4C 46
Octal 317 172 355 15 61 0 7 434 114 106
Binary 11001111 1111010 11101101 1101 110001 0 111 100011100 1001100 1000110

Color Harmonies of #CF7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7AED

Black with #CF7AED

Text Example


Text Example

White with #CF7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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