Html Css Color HEX #CB74FA Heliotrope

📋 copy color: '#CB74FA'

red 203 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #CB74FA

Tints of Heliotrope #CB74FA

RGB

 RED value IS 203 (79.69% from 255) = 35.68%

 GREEN value IS 116 (45.7% from 255) = 20.39%

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

R = 35.68%
G = 20.39%
B = 43.94%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB74FA (or 0xCB74FA) is known color: Heliotrope. HEX triplet: CB, 74 and FA. RGB value is (203,116,250). Sum of RGB (Red+Green+Blue) = 203+116+250=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB74FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB74FA is #348B05. Grayscale: #9C9C9C. Windows color (decimal): -3443462 or 16413899. OLE color: 16413899.

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

Color convert

RGB 203 116 250 -
CMYK 0.19 0.54 0 0.02
HSL 278.96º 0.93% 0.72% -
HSV(B) 278.96º 0.54% 0.98% -
XYZ 48.13 32.09 94.1 -
YUV 157.29 180.32 160.6 -
System Red Green Blue C M Y K H S L
Decimal 203 116 250 0.19 0.54 0 0.02 278.96 0.93 0.72
Hex CB 74 FA 13 36 0 2 117 5D 48
Octal 313 164 372 23 66 0 2 427 135 110
Binary 11001011 1110100 11111010 10011 110110 0 10 100010111 1011101 1001000

Color Harmonies of #CB74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB74FA

Black with #CB74FA

Text Example


Text Example

White with #CB74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB74FA; }

 p { color: rgb(203,116,250); }

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

background-color css

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

 a { background-color: rgb(203,116,250); }

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

border-color css

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

 span { border-color: rgb(203,116,250); }

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