Html Css Color HEX #CB74E5 Orchid

📋 copy color: '#CB74E5'

red 203 ◦ green 116 ◦ blue 229

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

Shades of Orchid #CB74E5

Tints of Orchid #CB74E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.79%

R = 37.04%
G = 21.17%
B = 41.79%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB74E5 (or 0xCB74E5) is known color: Orchid. HEX triplet: CB, 74 and E5. RGB value is (203,116,229). Sum of RGB (Red+Green+Blue) = 203+116+229=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB74E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74E5 is #348B1A. Grayscale: #9A9A9A. Windows color (decimal): -3443483 or 15037643. OLE color: 15037643.

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

Color convert

RGB 203 116 229 -
CMYK 0.11 0.49 0 0.10
HSL 286.19º 0.68% 0.68% -
HSV(B) 286.19º 0.49% 0.9% -
XYZ 45.02 30.84 77.71 -
YUV 154.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 203 116 229 0.11 0.49 0 0.10 286.19 0.68 0.68
Hex CB 74 E5 B 31 0 A 11E 44 44
Octal 313 164 345 13 61 0 12 436 104 104
Binary 11001011 1110100 11100101 1011 110001 0 1010 100011110 1000100 1000100

Color Harmonies of #CB74E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB74E5

Black with #CB74E5

Text Example


Text Example

White with #CB74E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB74E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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