Html Css Color HEX #CB7FFA Heliotrope

📋 copy color: '#CB7FFA'

red 203 ◦ green 127 ◦ blue 250

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

Shades of Heliotrope #CB7FFA

Tints of Heliotrope #CB7FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 21.9%

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

R = 35%
G = 21.9%
B = 43.1%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB7FFA (or 0xCB7FFA) is known color: Heliotrope. HEX triplet: CB, 7F and FA. RGB value is (203,127,250). Sum of RGB (Red+Green+Blue) = 203+127+250=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 127 (50% from 255 or 21.90% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB7FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7FFA is #348005. Grayscale: #A3A3A3. Windows color (decimal): -3440646 or 16416715. OLE color: 16416715.

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

Color convert

RGB 203 127 250 -
CMYK 0.19 0.49 0 0.02
HSL 277.07º 0.92% 0.74% -
HSV(B) 277.07º 0.49% 0.98% -
XYZ 49.47 34.78 94.55 -
YUV 163.75 176.68 156 -
System Red Green Blue C M Y K H S L
Decimal 203 127 250 0.19 0.49 0 0.02 277.07 0.92 0.74
Hex CB 7F FA 13 31 0 2 115 5C 4A
Octal 313 177 372 23 61 0 2 425 134 112
Binary 11001011 1111111 11111010 10011 110001 0 10 100010101 1011100 1001010

Color Harmonies of #CB7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FFA

Black with #CB7FFA

Text Example


Text Example

White with #CB7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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