Html Css Color HEX #CF74ED Heliotrope

📋 copy color: '#CF74ED'

red 207 ◦ green 116 ◦ blue 237

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

Shades of Heliotrope #CF74ED

Tints of Heliotrope #CF74ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.71%

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

R = 36.96%
G = 20.71%
B = 42.32%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF74ED (or 0xCF74ED) is known color: Heliotrope. HEX triplet: CF, 74 and ED. RGB value is (207,116,237). Sum of RGB (Red+Green+Blue) = 207+116+237=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF74ED is #308B12. Grayscale: #9C9C9C. Windows color (decimal): -3181331 or 15561935. OLE color: 15561935.

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

Color convert

RGB 207 116 237 -
CMYK 0.13 0.51 0 0.07
HSL 285.12º 0.77% 0.69% -
HSV(B) 285.12º 0.51% 0.93% -
XYZ 47.26 31.87 83.78 -
YUV 157 173.15 163.66 -
System Red Green Blue C M Y K H S L
Decimal 207 116 237 0.13 0.51 0 0.07 285.12 0.77 0.69
Hex CF 74 ED D 33 0 7 11D 4D 45
Octal 317 164 355 15 63 0 7 435 115 105
Binary 11001111 1110100 11101101 1101 110011 0 111 100011101 1001101 1000101

Color Harmonies of #CF74ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF74ED

Black with #CF74ED

Text Example


Text Example

White with #CF74ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF74ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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