Html Css Color HEX #CA6CC3 Orchid

📋 copy color: '#CA6CC3'

red 202 ◦ green 108 ◦ blue 195

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

Shades of Orchid #CA6CC3

Tints of Orchid #CA6CC3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.39%

 BLUE value IS 195 (76.56% from 255) = 38.61%

R = 40%
G = 21.39%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA6CC3 (or 0xCA6CC3) is known color: Orchid. HEX triplet: CA, 6C and C3. RGB value is (202,108,195). Sum of RGB (Red+Green+Blue) = 202+108+195=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CC3 is #35933C. Grayscale: #919191. Windows color (decimal): -3511101 or 12807370. OLE color: 12807370.

HSL color Cylindrical-coordinate representation of color #CA6CC3: hue angle of 304.47º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6CC3 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 108 195 -
CMYK 0 0.47 0.03 0.21
HSL 304.47º 0.47% 0.61% -
HSV(B) 304.47º 0.47% 0.79% -
XYZ 39.57 27.22 54.8 -
YUV 146.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 202 108 195 0 0.47 0.03 0.21 304.47 0.47 0.61
Hex CA 6C C3 0 2F 3 15 130 2F 3D
Octal 312 154 303 0 57 3 25 460 57 75
Binary 11001010 1101100 11000011 0 101111 11 10101 100110000 101111 111101

Color Harmonies of #CA6CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CC3

Black with #CA6CC3

Text Example


Text Example

White with #CA6CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CC3; }

 p { color: rgb(202,108,195); }

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

background-color css

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

 a { background-color: rgb(202,108,195); }

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

border-color css

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

 span { border-color: rgb(202,108,195); }

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