Html Css Color HEX #C67BF2 Heliotrope

📋 copy color: '#C67BF2'

red 198 ◦ green 123 ◦ blue 242

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

Shades of Heliotrope #C67BF2

Tints of Heliotrope #C67BF2

RGB

 RED value IS 198 (77.73% from 255) = 35.17%

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

 BLUE value IS 242 (94.92% from 255) = 42.98%

R = 35.17%
G = 21.85%
B = 42.98%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C67BF2 (or 0xC67BF2) is known color: Heliotrope. HEX triplet: C6, 7B and F2. RGB value is (198,123,242). Sum of RGB (Red+Green+Blue) = 198+123+242=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #C67BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67BF2 is #39840D. Grayscale: #9E9E9E. Windows color (decimal): -3769358 or 15891398. OLE color: 15891398.

HSL color Cylindrical-coordinate representation of color #C67BF2: hue angle of 277.82º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C67BF2 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 123 242 -
CMYK 0.18 0.49 0 0.05
HSL 277.82º 0.82% 0.72% -
HSV(B) 277.82º 0.49% 0.95% -
XYZ 46.4 32.58 87.85 -
YUV 158.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 198 123 242 0.18 0.49 0 0.05 277.82 0.82 0.72
Hex C6 7B F2 12 31 0 5 116 52 48
Octal 306 173 362 22 61 0 5 426 122 110
Binary 11000110 1111011 11110010 10010 110001 0 101 100010110 1010010 1001000

Color Harmonies of #C67BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67BF2

Black with #C67BF2

Text Example


Text Example

White with #C67BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67BF2; }

 p { color: rgb(198,123,242); }

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

background-color css

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

 a { background-color: rgb(198,123,242); }

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

border-color css

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

 span { border-color: rgb(198,123,242); }

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