Html Css Color HEX #CB61FA Heliotrope

📋 copy color: '#CB61FA'

red 203 ◦ green 97 ◦ blue 250

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

Shades of Heliotrope #CB61FA

Tints of Heliotrope #CB61FA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.64%

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

R = 36.91%
G = 17.64%
B = 45.45%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB61FA (or 0xCB61FA) is known color: Heliotrope. HEX triplet: CB, 61 and FA. RGB value is (203,97,250). Sum of RGB (Red+Green+Blue) = 203+97+250=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 97 (38.28% from 255 or 17.64% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB61FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB61FA is #349E05. Grayscale: #919191. Windows color (decimal): -3448326 or 16409035. OLE color: 16409035.

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

Color convert

RGB 203 97 250 -
CMYK 0.19 0.61 0 0.02
HSL 281.57º 0.94% 0.68% -
HSV(B) 281.57º 0.61% 0.98% -
XYZ 46.16 28.15 93.44 -
YUV 146.14 186.62 168.56 -
System Red Green Blue C M Y K H S L
Decimal 203 97 250 0.19 0.61 0 0.02 281.57 0.94 0.68
Hex CB 61 FA 13 3D 0 2 11A 5E 44
Octal 313 141 372 23 75 0 2 432 136 104
Binary 11001011 1100001 11111010 10011 111101 0 10 100011010 1011110 1000100

Color Harmonies of #CB61FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61FA

Black with #CB61FA

Text Example


Text Example

White with #CB61FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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