Html Css Color HEX #CB75C1 Orchid

📋 copy color: '#CB75C1'

red 203 ◦ green 117 ◦ blue 193

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

Shades of Orchid #CB75C1

Tints of Orchid #CB75C1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.81%

 BLUE value IS 193 (75.78% from 255) = 37.62%

R = 39.57%
G = 22.81%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CB75C1 (or 0xCB75C1) is known color: Orchid. HEX triplet: CB, 75 and C1. RGB value is (203,117,193). Sum of RGB (Red+Green+Blue) = 203+117+193=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75C1 is #348A3E. Grayscale: #979797. Windows color (decimal): -3443263 or 12678603. OLE color: 12678603.

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

Color convert

RGB 203 117 193 -
CMYK 0 0.42 0.05 0.20
HSL 306.98º 0.45% 0.63% -
HSV(B) 306.98º 0.42% 0.8% -
XYZ 40.62 29.27 53.96 -
YUV 151.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 203 117 193 0 0.42 0.05 0.20 306.98 0.45 0.63
Hex CB 75 C1 0 2A 5 14 133 2D 3F
Octal 313 165 301 0 52 5 24 463 55 77
Binary 11001011 1110101 11000001 0 101010 101 10100 100110011 101101 111111

Color Harmonies of #CB75C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB75C1

Black with #CB75C1

Text Example


Text Example

White with #CB75C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB75C1; }

 p { color: rgb(203,117,193); }

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

background-color css

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

 a { background-color: rgb(203,117,193); }

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

border-color css

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

 span { border-color: rgb(203,117,193); }

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