Html Css Color HEX #CB70CC Orchid

📋 copy color: '#CB70CC'

red 203 ◦ green 112 ◦ blue 204

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

Shades of Orchid #CB70CC

Tints of Orchid #CB70CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.58%

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

R = 39.11%
G = 21.58%
B = 39.31%

CMYK

 C value IS 0.00

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB70CC (or 0xCB70CC) is known color: Orchid. HEX triplet: CB, 70 and CC. RGB value is (203,112,204). Sum of RGB (Red+Green+Blue) = 203+112+204=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70CC is #348F33. Grayscale: #959595. Windows color (decimal): -3444532 or 13398219. OLE color: 13398219.

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

Color convert

RGB 203 112 204 -
CMYK 0.00 0.45 0 0.2
HSL 299.35º 0.47% 0.62% -
HSV(B) 299.35º 0.45% 0.8% -
XYZ 41.32 28.64 60.48 -
YUV 149.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 203 112 204 0.00 0.45 0 0.2 299.35 0.47 0.62
Hex CB 70 CC 0 2D 0 14 12B 2F 3E
Octal 313 160 314 0 55 0 24 453 57 76
Binary 11001011 1110000 11001100 0 101101 0 10100 100101011 101111 111110

Color Harmonies of #CB70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB70CC

Black with #CB70CC

Text Example


Text Example

White with #CB70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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