Html Css Color HEX #CB6FFA Heliotrope

📋 copy color: '#CB6FFA'

red 203 ◦ green 111 ◦ blue 250

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

Shades of Heliotrope #CB6FFA

Tints of Heliotrope #CB6FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.68%

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

R = 35.99%
G = 19.68%
B = 44.33%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB6FFA (or 0xCB6FFA) is known color: Heliotrope. HEX triplet: CB, 6F and FA. RGB value is (203,111,250). Sum of RGB (Red+Green+Blue) = 203+111+250=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB6FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6FFA is #349005. Grayscale: #999999. Windows color (decimal): -3444742 or 16412619. OLE color: 16412619.

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

Color convert

RGB 203 111 250 -
CMYK 0.19 0.56 0 0.02
HSL 279.71º 0.93% 0.71% -
HSV(B) 279.71º 0.56% 0.98% -
XYZ 47.57 30.97 93.91 -
YUV 154.35 181.98 162.7 -
System Red Green Blue C M Y K H S L
Decimal 203 111 250 0.19 0.56 0 0.02 279.71 0.93 0.71
Hex CB 6F FA 13 38 0 2 118 5D 47
Octal 313 157 372 23 70 0 2 430 135 107
Binary 11001011 1101111 11111010 10011 111000 0 10 100011000 1011101 1000111

Color Harmonies of #CB6FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FFA

Black with #CB6FFA

Text Example


Text Example

White with #CB6FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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