Html Css Color HEX #CB7CCB Orchid

📋 copy color: '#CB7CCB'

red 203 ◦ green 124 ◦ blue 203

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

Shades of Orchid #CB7CCB

Tints of Orchid #CB7CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.4%

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 38.3%
G = 23.4%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB7CCB (or 0xCB7CCB) is known color: Orchid. HEX triplet: CB, 7C and CB. RGB value is (203,124,203). Sum of RGB (Red+Green+Blue) = 203+124+203=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB7CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7CCB is #348334. Grayscale: #9C9C9C. Windows color (decimal): -3441461 or 13335755. OLE color: 13335755.

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

Color convert

RGB 203 124 203 -
CMYK 0 0.39 0 0.20
HSL 300º 0.43% 0.64% -
HSV(B) 300º 0.39% 0.8% -
XYZ 42.62 31.42 60.32 -
YUV 156.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 203 124 203 0 0.39 0 0.20 300 0.43 0.64
Hex CB 7C CB 0 27 0 14 12C 2B 40
Octal 313 174 313 0 47 0 24 454 53 100
Binary 11001011 1111100 11001011 0 100111 0 10100 100101100 101011 1000000

Color Harmonies of #CB7CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7CCB

Black with #CB7CCB

Text Example


Text Example

White with #CB7CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7CCB; }

 p { color: rgb(203,124,203); }

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

background-color css

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

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

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

border-color css

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

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

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