Html Css Color HEX #CB68CA Orchid

📋 copy color: '#CB68CA'

red 203 ◦ green 104 ◦ blue 202

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

Shades of Orchid #CB68CA

Tints of Orchid #CB68CA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.43%

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

R = 39.88%
G = 20.43%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB68CA (or 0xCB68CA) is known color: Orchid. HEX triplet: CB, 68 and CA. RGB value is (203,104,202). Sum of RGB (Red+Green+Blue) = 203+104+202=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68CA is #349735. Grayscale: #909090. Windows color (decimal): -3446582 or 13265099. OLE color: 13265099.

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

Color convert

RGB 203 104 202 -
CMYK 0 0.49 0.00 0.20
HSL 300.61º 0.49% 0.6% -
HSV(B) 300.61º 0.49% 0.8% -
XYZ 40.24 26.86 58.94 -
YUV 144.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 203 104 202 0 0.49 0.00 0.20 300.61 0.49 0.6
Hex CB 68 CA 0 31 0 14 12D 31 3C
Octal 313 150 312 0 61 0 24 455 61 74
Binary 11001011 1101000 11001010 0 110001 0 10100 100101101 110001 111100

Color Harmonies of #CB68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68CA

Black with #CB68CA

Text Example


Text Example

White with #CB68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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