Html Css Color HEX #C07BCA Orchid

📋 copy color: '#C07BCA'

red 192 ◦ green 123 ◦ blue 202

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

Shades of Orchid #C07BCA

Tints of Orchid #C07BCA

RGB

 RED value IS 192 (75.39% from 255) = 37.14%

 GREEN value IS 123 (48.44% from 255) = 23.79%

 BLUE value IS 202 (79.3% from 255) = 39.07%

R = 37.14%
G = 23.79%
B = 39.07%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C07BCA (or 0xC07BCA) is known color: Orchid. HEX triplet: C0, 7B and CA. RGB value is (192,123,202). Sum of RGB (Red+Green+Blue) = 192+123+202=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #C07BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BCA is #3F8435. Grayscale: #989898. Windows color (decimal): -4162614 or 13269952. OLE color: 13269952.

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

Color convert

RGB 192 123 202 -
CMYK 0.05 0.39 0 0.21
HSL 292.41º 0.43% 0.64% -
HSV(B) 292.41º 0.39% 0.79% -
XYZ 39.48 29.64 59.52 -
YUV 152.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 192 123 202 0.05 0.39 0 0.21 292.41 0.43 0.64
Hex C0 7B CA 5 27 0 15 124 2B 40
Octal 300 173 312 5 47 0 25 444 53 100
Binary 11000000 1111011 11001010 101 100111 0 10101 100100100 101011 1000000

Color Harmonies of #C07BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07BCA

Black with #C07BCA

Text Example


Text Example

White with #C07BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07BCA; }

 p { color: rgb(192,123,202); }

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

background-color css

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

 a { background-color: rgb(192,123,202); }

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

border-color css

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

 span { border-color: rgb(192,123,202); }

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