Html Css Color HEX #CF7CE6 Heliotrope

📋 copy color: '#CF7CE6'

red 207 ◦ green 124 ◦ blue 230

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

Shades of Heliotrope #CF7CE6

Tints of Heliotrope #CF7CE6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.1%

 BLUE value IS 230 (90.23% from 255) = 41%

R = 36.9%
G = 22.1%
B = 41%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF7CE6 (or 0xCF7CE6) is known color: Heliotrope. HEX triplet: CF, 7C and E6. RGB value is (207,124,230). Sum of RGB (Red+Green+Blue) = 207+124+230=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF7CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7CE6 is #308319. Grayscale: #A0A0A0. Windows color (decimal): -3179290 or 15105231. OLE color: 15105231.

HSL color Cylindrical-coordinate representation of color #CF7CE6: hue angle of 286.98º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7CE6 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 124 230 -
CMYK 0.10 0.46 0 0.10
HSL 286.98º 0.68% 0.69% -
HSV(B) 286.98º 0.46% 0.9% -
XYZ 47.22 33.39 78.82 -
YUV 160.9 167 160.88 -
System Red Green Blue C M Y K H S L
Decimal 207 124 230 0.10 0.46 0 0.10 286.98 0.68 0.69
Hex CF 7C E6 A 2E 0 A 11F 44 45
Octal 317 174 346 12 56 0 12 437 104 105
Binary 11001111 1111100 11100110 1010 101110 0 1010 100011111 1000100 1000101

Color Harmonies of #CF7CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7CE6

Black with #CF7CE6

Text Example


Text Example

White with #CF7CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7CE6; }

 p { color: rgb(207,124,230); }

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

background-color css

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

 a { background-color: rgb(207,124,230); }

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

border-color css

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

 span { border-color: rgb(207,124,230); }

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