Html Css Color HEX #CB74E6 Heliotrope

📋 copy color: '#CB74E6'

red 203 ◦ green 116 ◦ blue 230

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

Shades of Heliotrope #CB74E6

Tints of Heliotrope #CB74E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 36.98%
G = 21.13%
B = 41.89%

CMYK

 C value IS 0.12

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB74E6 (or 0xCB74E6) is known color: Heliotrope. HEX triplet: CB, 74 and E6. RGB value is (203,116,230). Sum of RGB (Red+Green+Blue) = 203+116+230=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB74E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB74E6 is #348B19. Grayscale: #9A9A9A. Windows color (decimal): -3443482 or 15103179. OLE color: 15103179.

HSL color Cylindrical-coordinate representation of color #CB74E6: hue angle of 285.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB74E6 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 116 230 -
CMYK 0.12 0.50 0 0.10
HSL 285.79º 0.7% 0.68% -
HSV(B) 285.79º 0.5% 0.9% -
XYZ 45.16 30.9 78.45 -
YUV 155.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 203 116 230 0.12 0.50 0 0.10 285.79 0.7 0.68
Hex CB 74 E6 C 32 0 A 11E 46 44
Octal 313 164 346 14 62 0 12 436 106 104
Binary 11001011 1110100 11100110 1100 110010 0 1010 100011110 1000110 1000100

Color Harmonies of #CB74E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB74E6

Black with #CB74E6

Text Example


Text Example

White with #CB74E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB74E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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