Html Css Color HEX #CB7FCC Orchid

📋 copy color: '#CB7FCC'

red 203 ◦ green 127 ◦ blue 204

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

Shades of Orchid #CB7FCC

Tints of Orchid #CB7FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.78%

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 38.01%
G = 23.78%
B = 38.2%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB7FCC (or 0xCB7FCC) is known color: Orchid. HEX triplet: CB, 7F and CC. RGB value is (203,127,204). Sum of RGB (Red+Green+Blue) = 203+127+204=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FCC is #348033. Grayscale: #9E9E9E. Windows color (decimal): -3440692 or 13402059. OLE color: 13402059.

HSL color Cylindrical-coordinate representation of color #CB7FCC: hue angle of 299.22º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7FCC is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 127 204 -
CMYK 0.00 0.38 0 0.2
HSL 299.22º 0.43% 0.65% -
HSV(B) 299.22º 0.38% 0.8% -
XYZ 43.12 32.23 61.08 -
YUV 158.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 203 127 204 0.00 0.38 0 0.2 299.22 0.43 0.65
Hex CB 7F CC 0 26 0 14 12B 2B 41
Octal 313 177 314 0 46 0 24 453 53 101
Binary 11001011 1111111 11001100 0 100110 0 10100 100101011 101011 1000001

Color Harmonies of #CB7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FCC

Black with #CB7FCC

Text Example


Text Example

White with #CB7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FCC; }

 p { color: rgb(203,127,204); }

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

background-color css

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

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

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

border-color css

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

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

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