Html Css Color HEX #CA7BDF Orchid

📋 copy color: '#CA7BDF'

red 202 ◦ green 123 ◦ blue 223

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

Shades of Orchid #CA7BDF

Tints of Orchid #CA7BDF

RGB

 RED value IS 202 (79.3% from 255) = 36.86%

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 36.86%
G = 22.45%
B = 40.69%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA7BDF (or 0xCA7BDF) is known color: Orchid. HEX triplet: CA, 7B and DF. RGB value is (202,123,223). Sum of RGB (Red+Green+Blue) = 202+123+223=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BDF is #358420. Grayscale: #9D9D9D. Windows color (decimal): -3507233 or 14646218. OLE color: 14646218.

HSL color Cylindrical-coordinate representation of color #CA7BDF: hue angle of 287.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7BDF is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 123 223 -
CMYK 0.09 0.45 0 0.13
HSL 287.4º 0.61% 0.68% -
HSV(B) 287.4º 0.45% 0.87% -
XYZ 44.76 32.05 73.64 -
YUV 158.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 202 123 223 0.09 0.45 0 0.13 287.4 0.61 0.68
Hex CA 7B DF 9 2D 0 D 11F 3D 44
Octal 312 173 337 11 55 0 15 437 75 104
Binary 11001010 1111011 11011111 1001 101101 0 1101 100011111 111101 1000100

Color Harmonies of #CA7BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7BDF

Black with #CA7BDF

Text Example


Text Example

White with #CA7BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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