Html Css Color HEX #CE7BCA Orchid

📋 copy color: '#CE7BCA'

red 206 ◦ green 123 ◦ blue 202

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

Shades of Orchid #CE7BCA

Tints of Orchid #CE7BCA

RGB

 RED value IS 206 (80.86% from 255) = 38.79%

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

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

R = 38.79%
G = 23.16%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE7BCA (or 0xCE7BCA) is known color: Orchid. HEX triplet: CE, 7B and CA. RGB value is (206,123,202). Sum of RGB (Red+Green+Blue) = 206+123+202=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BCA is #318435. Grayscale: #9C9C9C. Windows color (decimal): -3245110 or 13269966. OLE color: 13269966.

HSL color Cylindrical-coordinate representation of color #CE7BCA: hue angle of 302.89º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7BCA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 202 -
CMYK 0 0.40 0.02 0.19
HSL 302.89º 0.46% 0.65% -
HSV(B) 302.89º 0.4% 0.81% -
XYZ 43.2 31.55 59.69 -
YUV 156.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 206 123 202 0 0.40 0.02 0.19 302.89 0.46 0.65
Hex CE 7B CA 0 28 2 13 12F 2E 41
Octal 316 173 312 0 50 2 23 457 56 101
Binary 11001110 1111011 11001010 0 101000 10 10011 100101111 101110 1000001

Color Harmonies of #CE7BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7BCA

Black with #CE7BCA

Text Example


Text Example

White with #CE7BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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