Html Css Color HEX #CA67CA Orchid

📋 copy color: '#CA67CA'

red 202 ◦ green 103 ◦ blue 202

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

Shades of Orchid #CA67CA

Tints of Orchid #CA67CA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.32%

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

R = 39.84%
G = 20.32%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA67CA (or 0xCA67CA) is known color: Orchid. HEX triplet: CA, 67 and CA. RGB value is (202,103,202). Sum of RGB (Red+Green+Blue) = 202+103+202=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67CA is #359835. Grayscale: #8F8F8F. Windows color (decimal): -3512374 or 13264842. OLE color: 13264842.

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

Color convert

RGB 202 103 202 -
CMYK 0 0.49 0 0.21
HSL 300º 0.48% 0.6% -
HSV(B) 300º 0.49% 0.79% -
XYZ 39.87 26.52 58.89 -
YUV 143.89 160.8 169.45 -
System Red Green Blue C M Y K H S L
Decimal 202 103 202 0 0.49 0 0.21 300 0.48 0.6
Hex CA 67 CA 0 31 0 15 12C 30 3C
Octal 312 147 312 0 61 0 25 454 60 74
Binary 11001010 1100111 11001010 0 110001 0 10101 100101100 110000 111100

Color Harmonies of #CA67CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA67CA

Black with #CA67CA

Text Example


Text Example

White with #CA67CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA67CA; }

 p { color: rgb(202,103,202); }

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

background-color css

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

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

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

border-color css

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

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

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