Html Css Color HEX #CB65CA Fuchsia

📋 copy color: '#CB65CA'

red 203 ◦ green 101 ◦ blue 202

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

Shades of Fuchsia #CB65CA

Tints of Fuchsia #CB65CA

RGB

 RED value IS 203 (79.69% from 255) = 40.12%

 GREEN value IS 101 (39.84% from 255) = 19.96%

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

R = 40.12%
G = 19.96%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB65CA (or 0xCB65CA) is known color: Fuchsia. HEX triplet: CB, 65 and CA. RGB value is (203,101,202). Sum of RGB (Red+Green+Blue) = 203+101+202=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65CA is #349A35. Grayscale: #8E8E8E. Windows color (decimal): -3447350 or 13264331. OLE color: 13264331.

HSL color Cylindrical-coordinate representation of color #CB65CA: hue angle of 300.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB65CA is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 101 202 -
CMYK 0 0.50 0.00 0.20
HSL 300.59º 0.5% 0.6% -
HSV(B) 300.59º 0.5% 0.8% -
XYZ 39.94 26.27 58.84 -
YUV 143.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 203 101 202 0 0.50 0.00 0.20 300.59 0.5 0.6
Hex CB 65 CA 0 32 0 14 12D 32 3C
Octal 313 145 312 0 62 0 24 455 62 74
Binary 11001011 1100101 11001010 0 110010 0 10100 100101101 110010 111100

Color Harmonies of #CB65CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB65CA

Black with #CB65CA

Text Example


Text Example

White with #CB65CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB65CA; }

 p { color: rgb(203,101,202); }

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

background-color css

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

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

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

border-color css

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

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

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