Html Css Color HEX #CB75DE Orchid

📋 copy color: '#CB75DE'

red 203 ◦ green 117 ◦ blue 222

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

Shades of Orchid #CB75DE

Tints of Orchid #CB75DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 37.45%
G = 21.59%
B = 40.96%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB75DE (or 0xCB75DE) is known color: Orchid. HEX triplet: CB, 75 and DE. RGB value is (203,117,222). Sum of RGB (Red+Green+Blue) = 203+117+222=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB75DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75DE is #348A21. Grayscale: #9A9A9A. Windows color (decimal): -3443234 or 14579147. OLE color: 14579147.

HSL color Cylindrical-coordinate representation of color #CB75DE: hue angle of 289.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB75DE is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 117 222 -
CMYK 0.09 0.47 0 0.13
HSL 289.14º 0.61% 0.66% -
HSV(B) 289.14º 0.47% 0.87% -
XYZ 44.17 30.69 72.7 -
YUV 154.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 203 117 222 0.09 0.47 0 0.13 289.14 0.61 0.66
Hex CB 75 DE 9 2F 0 D 121 3D 42
Octal 313 165 336 11 57 0 15 441 75 102
Binary 11001011 1110101 11011110 1001 101111 0 1101 100100001 111101 1000010

Color Harmonies of #CB75DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB75DE

Black with #CB75DE

Text Example


Text Example

White with #CB75DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB75DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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