Html Css Color HEX #CB65CB Orchid

📋 copy color: '#CB65CB'

red 203 ◦ green 101 ◦ blue 203

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

Shades of Orchid #CB65CB

Tints of Orchid #CB65CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 40.04%
G = 19.92%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB65CB (or 0xCB65CB) is known color: Orchid. HEX triplet: CB, 65 and CB. RGB value is (203,101,203). Sum of RGB (Red+Green+Blue) = 203+101+203=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB65CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB65CB is #349A34. Grayscale: #8E8E8E. Windows color (decimal): -3447349 or 13329867. OLE color: 13329867.

HSL color Cylindrical-coordinate representation of color #CB65CB: hue angle of 300º 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 #CB65CB is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 101 203 -
CMYK 0 0.50 0 0.20
HSL 300º 0.5% 0.6% -
HSV(B) 300º 0.5% 0.8% -
XYZ 40.06 26.32 59.47 -
YUV 143.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 203 101 203 0 0.50 0 0.20 300 0.5 0.6
Hex CB 65 CB 0 32 0 14 12C 32 3C
Octal 313 145 313 0 62 0 24 454 62 74
Binary 11001011 1100101 11001011 0 110010 0 10100 100101100 110010 111100

Color Harmonies of #CB65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB65CB

Black with #CB65CB

Text Example


Text Example

White with #CB65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB65CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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