Html Css Color HEX #CB74B8 Orchid

📋 copy color: '#CB74B8'

red 203 ◦ green 116 ◦ blue 184

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

Shades of Orchid #CB74B8

Tints of Orchid #CB74B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.58%

R = 40.36%
G = 23.06%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB74B8 (or 0xCB74B8) is known color: Orchid. HEX triplet: CB, 74 and B8. RGB value is (203,116,184). Sum of RGB (Red+Green+Blue) = 203+116+184=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB74B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB74B8 is #348B47. Grayscale: #959595. Windows color (decimal): -3443528 or 12088523. OLE color: 12088523.

HSL color Cylindrical-coordinate representation of color #CB74B8: hue angle of 313.1º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB74B8 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 116 184 -
CMYK 0 0.43 0.09 0.20
HSL 313.1º 0.46% 0.63% -
HSV(B) 313.1º 0.43% 0.8% -
XYZ 39.53 28.65 48.79 -
YUV 149.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 203 116 184 0 0.43 0.09 0.20 313.1 0.46 0.63
Hex CB 74 B8 0 2B 9 14 139 2E 3F
Octal 313 164 270 0 53 11 24 471 56 77
Binary 11001011 1110100 10111000 0 101011 1001 10100 100111001 101110 111111

Color Harmonies of #CB74B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB74B8

Black with #CB74B8

Text Example


Text Example

White with #CB74B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB74B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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