Html Css Color HEX #C67BFA Heliotrope

📋 copy color: '#C67BFA'

red 198 ◦ green 123 ◦ blue 250

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

Shades of Heliotrope #C67BFA

Tints of Heliotrope #C67BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.78%

R = 34.68%
G = 21.54%
B = 43.78%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C67BFA (or 0xC67BFA) is known color: Heliotrope. HEX triplet: C6, 7B and FA. RGB value is (198,123,250). Sum of RGB (Red+Green+Blue) = 198+123+250=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #C67BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67BFA is #398405. Grayscale: #9F9F9F. Windows color (decimal): -3769350 or 16415686. OLE color: 16415686.

HSL color Cylindrical-coordinate representation of color #C67BFA: hue angle of 275.43º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C67BFA is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 123 250 -
CMYK 0.21 0.51 0 0.02
HSL 275.43º 0.93% 0.73% -
HSV(B) 275.43º 0.51% 0.98% -
XYZ 47.63 33.07 94.32 -
YUV 159.9 178.85 155.17 -
System Red Green Blue C M Y K H S L
Decimal 198 123 250 0.21 0.51 0 0.02 275.43 0.93 0.73
Hex C6 7B FA 15 33 0 2 113 5D 49
Octal 306 173 372 25 63 0 2 423 135 111
Binary 11000110 1111011 11111010 10101 110011 0 10 100010011 1011101 1001001

Color Harmonies of #C67BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67BFA

Black with #C67BFA

Text Example


Text Example

White with #C67BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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