Html Css Color HEX #CF7BEB Heliotrope

📋 copy color: '#CF7BEB'

red 207 ◦ green 123 ◦ blue 235

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

Shades of Heliotrope #CF7BEB

Tints of Heliotrope #CF7BEB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.77%

 BLUE value IS 235 (92.19% from 255) = 41.59%

R = 36.64%
G = 21.77%
B = 41.59%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF7BEB (or 0xCF7BEB) is known color: Heliotrope. HEX triplet: CF, 7B and EB. RGB value is (207,123,235). Sum of RGB (Red+Green+Blue) = 207+123+235=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF7BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7BEB is #308414. Grayscale: #A0A0A0. Windows color (decimal): -3179541 or 15432655. OLE color: 15432655.

HSL color Cylindrical-coordinate representation of color #CF7BEB: hue angle of 285º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF7BEB is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 123 235 -
CMYK 0.12 0.48 0 0.08
HSL 285º 0.74% 0.7% -
HSV(B) 285º 0.48% 0.92% -
XYZ 47.81 33.43 82.53 -
YUV 160.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 207 123 235 0.12 0.48 0 0.08 285 0.74 0.7
Hex CF 7B EB C 30 0 8 11D 4A 46
Octal 317 173 353 14 60 0 10 435 112 106
Binary 11001111 1111011 11101011 1100 110000 0 1000 100011101 1001010 1000110

Color Harmonies of #CF7BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7BEB

Black with #CF7BEB

Text Example


Text Example

White with #CF7BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7BEB; }

 p { color: rgb(207,123,235); }

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

background-color css

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

 a { background-color: rgb(207,123,235); }

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

border-color css

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

 span { border-color: rgb(207,123,235); }

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