Html Css Color HEX #CF68CA Orchid

📋 copy color: '#CF68CA'

red 207 ◦ green 104 ◦ blue 202

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

Shades of Orchid #CF68CA

Tints of Orchid #CF68CA

RGB

 RED value IS 207 (81.25% from 255) = 40.35%

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

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

R = 40.35%
G = 20.27%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF68CA (or 0xCF68CA) is known color: Orchid. HEX triplet: CF, 68 and CA. RGB value is (207,104,202). Sum of RGB (Red+Green+Blue) = 207+104+202=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68CA is #309735. Grayscale: #919191. Windows color (decimal): -3184438 or 13265103. OLE color: 13265103.

HSL color Cylindrical-coordinate representation of color #CF68CA: hue angle of 302.91º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF68CA is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 104 202 -
CMYK 0 0.50 0.02 0.19
HSL 302.91º 0.52% 0.61% -
HSV(B) 302.91º 0.5% 0.81% -
XYZ 41.34 27.43 58.99 -
YUV 145.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 207 104 202 0 0.50 0.02 0.19 302.91 0.52 0.61
Hex CF 68 CA 0 32 2 13 12F 34 3D
Octal 317 150 312 0 62 2 23 457 64 75
Binary 11001111 1101000 11001010 0 110010 10 10011 100101111 110100 111101

Color Harmonies of #CF68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF68CA

Black with #CF68CA

Text Example


Text Example

White with #CF68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF68CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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