Html Css Color HEX #CB75DC Orchid

📋 copy color: '#CB75DC'

red 203 ◦ green 117 ◦ blue 220

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

Shades of Orchid #CB75DC

Tints of Orchid #CB75DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 37.59%
G = 21.67%
B = 40.74%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB75DC (or 0xCB75DC) is known color: Orchid. HEX triplet: CB, 75 and DC. RGB value is (203,117,220). Sum of RGB (Red+Green+Blue) = 203+117+220=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75DC is #348A23. Grayscale: #9A9A9A. Windows color (decimal): -3443236 or 14448075. OLE color: 14448075.

HSL color Cylindrical-coordinate representation of color #CB75DC: hue angle of 290.1º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB75DC is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 117 220 -
CMYK 0.08 0.47 0 0.14
HSL 290.1º 0.6% 0.66% -
HSV(B) 290.1º 0.47% 0.86% -
XYZ 43.91 30.59 71.3 -
YUV 154.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 203 117 220 0.08 0.47 0 0.14 290.1 0.6 0.66
Hex CB 75 DC 8 2F 0 E 122 3C 42
Octal 313 165 334 10 57 0 16 442 74 102
Binary 11001011 1110101 11011100 1000 101111 0 1110 100100010 111100 1000010

Color Harmonies of #CB75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB75DC

Black with #CB75DC

Text Example


Text Example

White with #CB75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB75DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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