Html Css Color HEX #CF7EFB Heliotrope

📋 copy color: '#CF7EFB'

red 207 ◦ green 126 ◦ blue 251

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

Shades of Heliotrope #CF7EFB

Tints of Heliotrope #CF7EFB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.58%

 BLUE value IS 251 (98.44% from 255) = 42.98%

R = 35.45%
G = 21.58%
B = 42.98%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF7EFB (or 0xCF7EFB) is known color: Heliotrope. HEX triplet: CF, 7E and FB. RGB value is (207,126,251). Sum of RGB (Red+Green+Blue) = 207+126+251=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7EFB is #308104. Grayscale: #A4A4A4. Windows color (decimal): -3178757 or 16481999. OLE color: 16481999.

HSL color Cylindrical-coordinate representation of color #CF7EFB: hue angle of 278.88º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7EFB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 126 251 -
CMYK 0.18 0.50 0 0.02
HSL 278.88º 0.94% 0.74% -
HSV(B) 278.88º 0.5% 0.98% -
XYZ 50.61 35.15 95.38 -
YUV 164.47 176.84 158.34 -
System Red Green Blue C M Y K H S L
Decimal 207 126 251 0.18 0.50 0 0.02 278.88 0.94 0.74
Hex CF 7E FB 12 32 0 2 117 5E 4A
Octal 317 176 373 22 62 0 2 427 136 112
Binary 11001111 1111110 11111011 10010 110010 0 10 100010111 1011110 1001010

Color Harmonies of #CF7EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7EFB

Black with #CF7EFB

Text Example


Text Example

White with #CF7EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7EFB; }

 p { color: rgb(207,126,251); }

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

background-color css

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

 a { background-color: rgb(207,126,251); }

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

border-color css

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

 span { border-color: rgb(207,126,251); }

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