Html Css Color HEX #CF74FC Heliotrope

📋 copy color: '#CF74FC'

red 207 ◦ green 116 ◦ blue 252

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

Shades of Heliotrope #CF74FC

Tints of Heliotrope #CF74FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.83%

R = 36%
G = 20.17%
B = 43.83%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF74FC (or 0xCF74FC) is known color: Heliotrope. HEX triplet: CF, 74 and FC. RGB value is (207,116,252). Sum of RGB (Red+Green+Blue) = 207+116+252=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF74FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF74FC is #308B03. Grayscale: #9E9E9E. Windows color (decimal): -3181316 or 16544975. OLE color: 16544975.

HSL color Cylindrical-coordinate representation of color #CF74FC: hue angle of 280.15º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF74FC is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 116 252 -
CMYK 0.18 0.54 0 0.01
HSL 280.15º 0.96% 0.72% -
HSV(B) 280.15º 0.54% 0.99% -
XYZ 49.55 32.78 95.81 -
YUV 158.71 180.65 162.44 -
System Red Green Blue C M Y K H S L
Decimal 207 116 252 0.18 0.54 0 0.01 280.15 0.96 0.72
Hex CF 74 FC 12 36 0 1 118 60 48
Octal 317 164 374 22 66 0 1 430 140 110
Binary 11001111 1110100 11111100 10010 110110 0 1 100011000 1100000 1001000

Color Harmonies of #CF74FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF74FC

Black with #CF74FC

Text Example


Text Example

White with #CF74FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF74FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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